branchwiseguys/main/Server save & loadcancel

70 Commits over 30 Days - 0.10cph!

7 Years Ago
Cleanup after merge
7 Years Ago
Merging in that latest from trunk
7 Years Ago
Fixed navmesh generation on loaded games and CreateMapObject calls from server side.
7 Years Ago
Finally got doors saving and loading their details correctly. Also moved door init code back to where it used to be originally.
7 Years Ago
Minor cleanup only
7 Years Ago
Doors now come up with the same inside/outside results whether they're new or loaded. Unfortunately instead of loaded doors sometimes getting the wrong result, not they both get the same wrong results. At least it's consistent...
7 Years Ago
Accidentally turned saving off on vehicles
7 Years Ago
Shortened
7 Years Ago
Stats formatting edit
7 Years Ago
Merge latest in from Main
7 Years Ago
Extras
7 Years Ago
Restructured the unified inventory. SetDirty now correctly calls on the sub-inventories and not on the base character
7 Years Ago
Fixed bug with respawn order if: - Save was loaded by server where player had a bed - Player was dead at time of save - Player joined the game and requested spawn list
7 Years Ago
Beds remember who owns them through save/load
7 Years Ago
Fixed cops reloading too often
7 Years Ago
Bin shouldn't be saved
7 Years Ago
Telling placeable items to save.
7 Years Ago
Don't think this hack is needed anymore.
7 Years Ago
Doors working
7 Years Ago
Got saving and loading buildings working correctly. Doors elude me.
7 Years Ago
Removed load option in console since loading is only allowed on startup now
7 Years Ago
Now generating the city before spawning in entities. Makes sure NPCs can start on a NavMesh in particular.
7 Years Ago
Fixed double init on NetworkSimulator. Removed unnecessary warning.
7 Years Ago
Allow selling more drugs during JustBoughtItem state, so you can do rapid-fire sales. Less getting shot during shady double sales if you're quick.
7 Years Ago
Fixed door animations + simplified code
7 Years Ago
Existing entities in scenes now show up on clients again
7 Years Ago
Minor text edit
7 Years Ago
WiseGuys tools GUI edit
7 Years Ago
Removed ability to load saves anytime since it was broken. Easier to just allow loading saves on startup.
7 Years Ago
Stop setting stuff twice, NPCs stop complaining. Deleted orphaned meta files.
7 Years Ago
Changed initial spawn skip to work with loaded saves
7 Years Ago
Merge adjustment
7 Years Ago
Merging in the latest from Main.
7 Years Ago
Better fix
7 Years Ago
Fixing double EntityBehaviour serialize on server. Whole process might need a bit of a cleanup
7 Years Ago
Fixing init order in CLIENT+SERVER mode
7 Years Ago
Getting init+load order working correctly in all situations: Server load, client join, client join while another client is in a vehicle, server save/load while clients are in vehicles. Hopefully all are good now. Plus some minor fixes.
7 Years Ago
Fixed capacity check bug
7 Years Ago
Went through all Deserialize calls, making sure things look OK for Load. Also a few warnings cleared.
7 Years Ago
Fixed inventory sync from save.
7 Years Ago
Various loading work. Save/load of players in vehicles now handled OK, with One Weird Bug left to fix.
7 Years Ago
Prevent loading saves while players are connected
7 Years Ago
Server load commandline flag, and save/load console commands.
7 Years Ago
Got save backups working correctly
7 Years Ago
NetworkPlayers get saved, and parented correctly from load.
7 Years Ago
Various work on loading
7 Years Ago
Don't get duplicate group IDs when near the edge of the world.
7 Years Ago
HeldItems should NOT be saved, since they're created with new IDs every time they're held
7 Years Ago
Save/Load work. ActiveItemController using my more standard deserialize delay system.
7 Years Ago
Switched deserialize to come first. Making it work. Actually going OK.